home *** CD-ROM | disk | FTP | other *** search
- global gCurrentCastLib, gFloatName, gBandName
-
- on SetCastLib whichNumber
- if (whichNumber < 1) or (whichNumber > 2) then
- exit
- end if
- set the fileName of castLib "Costume Set" to the pathName & "ScriptAuthor-Set" & whichNumber
- set gCurrentCastLib to "ScriptAuthor-Set" & whichNumber
- DisplayCurrentCastLib()
- end
-
- on DisplayCurrentCastLib
- set the text of member "gCurrentCastLib Field" to gCurrentCastLib
- end
-
- on DisplayCurrentFloat
- set the text of member "gFloatName Field" to string(gFloatName)
- end
-
- on DisplayCurrentBand
- set the text of member "gBandName Field" to string(gBandName)
- end
-